home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #6
/
amigaacscoverdisc1998-061998.iso
/
games
/
commercialdemos
/
geneticspecies
/
ahi
/
bgui
/
install bgui
< prev
next >
Wrap
Text File
|
1998-06-08
|
362b
|
20 lines
(set @default-dest "Libs:")
(set #t_copylib "Copying bgui.library to Libs:")
(set #t_welcome (cat
" This script will install the BGUI library"
" in your Libs: drawer.\n"
" BGUI is required by the preferences program."
))
(message #t_welcome)
(copylib
(prompt #t_copylib)
(help @copylib-help)
(source "bgui.library")
(dest "Libs:")
(confirm)
)